body {
  margin: 0;
  padding: 0;
  color: #676767;
  font-family:"Microsoft YaHei";
}
ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
img {
  border: 0;
  display: block;
}
a {
  color: #676767;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.left{
  float: left!important;
}
.right{
  float: right!important;
}
.line-height{
  clear: both;
  height: 100px;
}
.head,.disease-main,.what-main,.product-main,.solve-main,.cooperation-main,.part-main,.media-main,.footer-main,.company-main {
  width: 1200px;
}

/* header*/
.header {
  height: 70px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.head {
  margin: 0 auto;
}
.head .logo {
  width: 134px;
  float: left;
  margin-top: 12px;
}
.head .navbox{
  width:820px; 
  float: right;
}
.head .nav{
   height:40px;
   /* padding-top: 12px; */
}
.head .nav li{
   float:left;
   position:relative; 
   z-index: 4;
}

.head .nav li a {
  position:relative; 
  float:left;
  display:block;
  line-height:40px;
  font-size:14px;
  /* color:#4a4a4a; */
  margin: 0;
  padding: 0 0 0 51px;
}
.head .nav li .submenu{
  display:none;
  position:absolute;
  top:54px;
  left:40px; 
  background: #fff;
  z-index: 2;
}
.head .nav li .submenu-width{
  width: 130px;
}
.head .nav li .submenu-bigwidth{
  width: 200px;
}
.head .nav li .submenu-bigwidth li{
  width: 200px;
  float: left;
}
.head .nav li .submenu ul{
  margin: 0;
  padding: 0;
}
.head .nav li .submenu li{

}
.head .nav li .submenu li a{ 
  display: block;  
  font-size: 14px; 
  color:#4a4a4a; 
  padding: 0 10px 15px 12px;  
  margin: 0;  
  line-height: 15px;
}
.head .nav li .submenu li a:hover{
  color: #30baff;
}
/* .hover_menu a{
  color: #30baff!important;

} */
.select a{
  color: #30baff;
}
/* .head .nav {
  width: 820px;
  float: right;
}
.head .nav ul {
  margin-left: -15px;
}
.head .nav li {
  float: left;
  font-size: 14px;
  margin-top: 12px;
  padding-left: 53px;
  color: #4a4a4a;
}
.select a {
  color: #30baff;
} */

/* banner*/ 
.banner {
  }
/* .flickerplate {
  position:relative;
  width:100%;
  height:650px;
  background-color:#e6e6e6;
  overflow:hidden
}
.flickerplate ul.flicks {
  width:10000%;
  height:100%;
  padding:0px;
  margin:0px;
  list-style:none
}
.flickerplate ul.flicks>li {
  float:left;
  width:1%;
  height:100%;
  background-position:center;
  background-size:cover;
  display:table
}
.flickerplate ul.flicks>li .flick-inner {
  height:100%;
  padding:10px;
  color:#fff;
  display:table-cell;
  vertical-align:middle
}
.flickerplate ul.flicks>li .flick-inner .flick-content {
  max-width:68.75em;
  margin-left:auto;
  margin-right:auto
}
.flickerplate .arrow-navigation {
  position:absolute;
  height:80%;
  width:10%;
  top:10%;
  z-index:100;
  overflow:hidden
}
.flickerplate .arrow-navigation .arrow {
  display:block;
  height:100%;
  width:90%;
  -webkit-transition:all 0.2s ease-out;
  -moz-transition:all 0.2s ease-out;
  -o-transition:all 0.2s ease-out;
  -ms-transition:all 0.2s ease-out;
  transition:all 0.2s ease-out
}
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
  cursor:pointer
}
.flickerplate .arrow-navigation.left {
  left:0%
}
.flickerplate .arrow-navigation.left .arrow {
  opacity:0;
  margin:0px 0px 0px 50%;
  background-image:url("../img/flickerplate/arrow-left-light.png");
  background-repeat:no-repeat;
  background-position:left
}
.flickerplate .arrow-navigation.right {
  right:0%
}
.flickerplate .arrow-navigation.right .arrow {
  opacity:0;
  margin:0px 0px 0px -50%;
  background-image:url("../img/flickerplate/arrow-right-light.png");
  background-repeat:no-repeat;
  background-position:right
}
.flickerplate .arrow-navigation.left.hover .arrow {
  opacity:1;
  margin:0px 0px 0px 20%
}
.flickerplate .arrow-navigation.right.hover .arrow {
  opacity:1;
  margin:0px 0px 0px -20%
}
.flickerplate .dot-navigation {
  position:absolute;
  bottom:15px;
  width:100%;
  text-align:center;
  z-index:100
}
.flickerplate .dot-navigation ul {
  text-align:center;
  list-style:none;
  padding:0px 15px
}
.flickerplate .dot-navigation ul li {
  display:inline-block;
  float:none
}
.flickerplate .dot-navigation .dot {
  width:10px;
  height:10px;
  margin:0px 6px;
  border: 1px solid #fff;
  border-radius:50%;
  -o-border-radius:50%;
  -ms-border-radius:50%;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  -webkit-transition:background-color 0.2s ease-out;
  -moz-transition:background-color 0.2s ease-out;
  -o-transition:background-color 0.2s ease-out;
  -ms-transition:background-color 0.2s ease-out;
  transition:background-color 0.2s ease-out
}
.flickerplate .dot-navigation .dot:hover {
  cursor:pointer;
  background-color:rgba(255, 255, 255, 0.6)
}
.flickerplate .dot-navigation .dot.active {
  background-color:#fff
}
.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
  text-align:left
}
.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
  text-align:right
}
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {
  background-image:url("../img/flickerplate/arrow-left-dark.png")
}
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
  background-image:url("../img/flickerplate/arrow-right-dark.png")
}
.flickerplate.flicker-theme-dark .dot-navigation .dot {
  background-color:rgba(0, 0, 0, 0.12)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
  background-color:rgba(0, 0, 0, 0.6)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
  background-color:#000
}
.flickerplate.animate-transform-slide ul.flicks {
  -webkit-perspective:1000;
  -webkit-backface-visibility:hidden;
  transform:translate3d(0%, 0px, 0px);
  -webkit-transform:translate3d(0%, 0px, 0px);
  -webkit-transition:-webkit-transform 0.6s;
  -o-transition:-o-transform 0.6s;
  -moz-transition:-moz-transform 0.6s;
  transition:transform 0.6s
}
.flickerplate.animate-transition-slide ul.flicks {
  position:relative;
  left:0%;
  -webkit-transition:left 0.4s ease-out;
  -moz-transition:left 0.4s ease-out;
  -o-transition:left 0.4s ease-out;
  -ms-transition:left 0.4s ease-out;
  transition:left 0.4s ease-out
}
.flickerplate.animate-jquery-slide ul.flicks {
  position:relative;
  left:0%
}
.flickerplate.animate-scroller-slide {
  padding-bottom:0px;
  overflow:auto
}
.flickerplate.animate-scroller-slide ul.flicks {
  position:auto
} */

.slide_tabs {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
  position: relative;
  top: -40px;
  left: 0;
  z-index: 999;
  }

.slide_tabs li {
  display: inline-block;
  float: none;
  margin: 0 6px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #fff;
  list-style: none;
  }
  .slide_tabs li:hover {
   cursor:pointer;
   background-color:#fff;
  }
  
.slide_tabs a {
  position: relative;
  top: -10px;
  left: 0;
  background: transparent;
  display: inline;
  color: rgba(255, 255, 255, 0)
  }

.slide_tabs li:first-child {
  margin-left: 0;
  }

.slide_tabs .slide_here a {
  width: 8px;
  height: 8px;
  position: relative;
  top: 0;
  border-radius: 50%;
  background-color: #fff;
  display: inline-block;
  }



.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.slide_container {
  margin-bottom: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.slide {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
  
 .slide img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.slide .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }
  
 .slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 10px;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 50px;
  width: 27px;
  background: transparent url("../img/flickerplate/arrow-left-light.png") no-repeat left top;
  margin-top: -45px;
  }
 
.slide_nav:active {
  opacity: 1.0;
  }

.slide_nav .next {
  left: auto;
  /* background-position: right top; */
  background: transparent url("../img/flickerplate/arrow-right-light.png") no-repeat right top;
  right: 10px;
  }




/* disease*/
.disease {
  }
.disease-main {
  margin: 56px auto 153px auto;
  padding-bottom: 153px;
}
.disease-main .disease-content {
  width: 796px;
  margin: 0 auto;
}
.disease-main .disease-content p {
  font-size: 16px;
  line-height: 2.0;
  text-align: center;
  color: #9b9b9b;
}
.disease-main .disease-list {
  clear: both;
  margin-top: 90px;
}
.disease-main .disease-list ul {
  margin-left: -10px;
}
.disease-main .disease-list li {
  float: left;
  padding: 0 30px 0 90px;
  text-align: center;
}
.disease-main .disease-list li .list-img {
  }
.disease-main .disease-list li .list-title {
  margin-top: 25px;
}
.disease-main .disease-list li .list-title h3 {
  font-size: 16px;
  font-weight: bold;
  color: #4a4a4a;
}
.disease-main .disease-list li .list-title p {
  font-size: 14px;
  line-height: 9px;
  color: #9b9b9b;
}

/* what*/
.what {
  height: 650px;
  background: #111520 url('../img/bg.png') no-repeat center center;
}
.what-main {
  margin: 0 auto;
  text-align: center;
}
.what-main .what-big {
  }
.what-main .what-big big {
  padding-top: 54px;
  font-size: 42px;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.what-main .what-span {
  width: 246px;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  height: 4px;
  line-height: 6px;
  margin-top: 26px;
}
.what-main .what-span span {
  width: 184px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #bdbfcb;
  display: inline-block;
}
.what-main .what-list {
  margin-top: 76px;
}
.what-main .what-list li {
  float: left;
  width: 530px;
  height: 280px;
  display: inline-block;
  background: url('../img/normal.png') no-repeat center center;
}
.what-main .what-list li:hover {
  float: left;
  width: 530px;
  height: 280px;
  display: inline-block;
  background: url('../img/hover.png') no-repeat center center;
}
.what-main .what-list li .what-h3 {
  }
.what-main .what-list li .what-h3 h3 {
  font-size: 30px;
  color: #fff;
}
.what-main .what-list li .what-h3 h3 small {
  font-size: 12px;
  color: #fff;
}
.what-main .what-list li .what-h3 p {
  font-size: 16px;
  text-align: left;
  color: #fff;
  line-height: 0;
  margin: 0;
  padding: 40px 0 0 130px;
}
.invalid-name {
  width: 120px;
  height: 40px;
  font-family: MicrosoftYaHei;
  font-size: 30px;
  text-align: left;
  color: #ffffff;
}

/* product*/
.product {
  }
.product-main {
  margin: 0 auto 152px auto;
  padding-bottom: 152px;
  text-align: center;
}
.product-main .product-big {
  }
.product-main .product-big big {
  padding-top: 54px;
  font-size: 42px;
  text-align: center;
  color: #4a4a4a;
  display: inline-block;
}
.product-main .product-span {
  width: 246px;
  margin: 0 auto;
  border-bottom: 1px solid #9b9b9b;
  height: 4px;
  line-height: 6px;
  margin-top: 28px;
}
.product-main .product-span span {
  width: 178px;
  font-size: 14px;
  color: #9b9b9b;
  text-align: center;
  background-color: #fff;
  display: inline-block;
}
.product-main .product-p {
  width: 814px;
  margin: 0 auto;
  margin-top: 30px;
}
.product-main .product-p p {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #9b9b9b;
}
.product-main .product-list {
  margin-top: 75px;
}
.product-main .product-list li {
  width: 234px;
  float: left;
  text-align: center;
  padding: 0 0 0 95px;
}
.product-main .product-list li .product-img {
  width: 102px;
  margin: 0 auto;
  text-align: center;
}
.product-main .product-list li .product-title {
}
.product-main .product-list li .product-title h3 {
  margin: 20px 0 15px 0;
  padding: 0;
  font-size: 18px;
  color: #4a4a4a;
  font-weight: 200
}
.product-main .product-list li .product-title p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 23px;
  color: #9b9b9b;
}

/* solve*/
.solve {
  height: 650px;
  background: #b8b8b9 url('../img/bg2.png') no-repeat center center;
}
.solve-main {
  margin: 0 auto;
  text-align: center;
}
.solve-main .solve-big {
  }
.solve-main .solve-big big {
  padding-top: 54px;
  font-size: 42px;
  text-align: center;
  color: #fff;
  display: inline-block;
}
.solve-main .solve-span {
  width: 260px;
  margin: 0 auto;
  border-bottom: 1px solid #fff;
  height: 4px;
  line-height: 6px;
  margin-top: 28px;
}
.solve-main .solve-span span {
  width: 200px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  background-color: #e7ebec;
  display: inline-block;
}
.divone {
  width:1200px;
  height:auto;
  margin:30px auto;
  overflow:hidden;
  position:relative;
}
.divone_main {
  height:275px;
  width:10000px;
  overflow:hidden;
  position:relative;
  z-index:1;
}
.divone_main div {
  width:1200px;
  height:275px;
  float:left;
}
.divone_main div span {
  width:316px;
  margin-left:35px;
  height:275px;
  display:block;
  float:left;
  background: #fff;
  position: relative;
  left: 60px;
}
.divone_main div span a {
  display:block;
}
.divone_main_a1 {
  }
.divone_main_a1 , .divone_main_a1 img {
  width:300px;
  height:150px;
  margin:8px 0 0 4px;
}
.divone_main div span h3 {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  color: #4a4a4a;
  margin-top: 22px;
}
.divone_main div span p {
  font-size: 12px;
  text-align: center;
  color: #ccc;
  line-height: 0;
}
.divone .divone_prevone ,.divone .divone_nextone {
  display:block;
  width:46px;
  height:46px;
  position:absolute;
  cursor:pointer;
  z-index:2;
  top:102px;
}
.divone .divone_prevone img ,.divone .divone_nextone img {
  width:46px;
  height:46px;
}
.divone .divone_prevone:hover ,.divone .divone_nextone:hover {
  opacity:0.7;
  .filter:alpha(opacity=70);
}
.divone .divone_prevone {
  left:0;
}
.divone .divone_nextone {
  right:0;
}

/* cooperation*/
.cooperation {
  }
.cooperation-main {
  margin: 0 auto 100px auto;
  padding-bottom: 100px;
  text-align: center;
}
.cooperation-main .cooperation-big {
  }
.cooperation-main .cooperation-big big {
  padding-top: 54px;
  font-size: 42px;
  text-align: center;
  color: #4a4a4a;
  display: inline-block;
}
.cooperation-main .cooperation-span {
  width: 230px;
  margin: 0 auto;
  border-bottom: 1px solid #9b9b9b;
  height: 4px;
  line-height: 6px;
  margin-top: 28px;
}
.cooperation-main .cooperation-span span {
  width: 154px;
  font-size: 14px;
  color: #9b9b9b;
  text-align: center;
  background-color: #fff;
  display: inline-block;
}
.cooperation-main .cooperation-case {
  margin-top: 60px;
  }
.cooperation-main .cooperation-case span {
  font-size: 22px;
  text-align: center;
  color: #4a4a4a;
  display: inline-block;
  ; margin: 39px 0 40px 0;
}
.cooperation-main .cooperation-case li {
  width: 270px;
  float: left;
  padding: 0 0 0 78px;
}
.cooperation-main .cooperation-case li .case-img {
  }
.cooperation-main .cooperation-case li .case-title {
  padding: 17px 0 0 0;
}
.cooperation-main .cooperation-case li .case-p {
  margin: 0;
  padding: 0;
}
.cooperation-main .cooperation-case li .case-p p {
  font-size: 12px;
  line-height: 1.83;
  text-align: left;
  color: #9b9b9b;
}

/* part*/
.part {
  clear: both;
}
.part-main {
  margin: 0 auto 205px auto;
  padding-bottom: 50px;
  text-align: center;
}
/*.part-main span {
  font-size: 22px;
  text-align: center;
  color: #4a4a4a;
  display: inline-block;
  padding: 46px 0 20px 0;
}*/
.part-main .part-big {
  }
.part-main .part-big big {
  padding-top: 54px;
  font-size: 42px;
  text-align: center;
  color: #4a4a4a;
  display: inline-block;
}
.part-main .part-span {
  width: 230px;
  margin: 0 auto;
  border-bottom: 1px solid #9b9b9b;
  height: 4px;
  line-height: 6px;
  margin-top: 28px;
}
.part-main .part-span span {
  width: 154px;
  font-size: 14px;
  color: #9b9b9b;
  text-align: center;
  background-color: #fff;
  display: inline-block;
}
.part-main ul {
  margin-top: 60px;
  margin-left: -70px;
}
.part-main li {
  }
.part-main li a {
  float: left;
  width: 170px;
  height: 120px;
  border-radius: 10px;
  background-color: #ffffff;
  box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.04);
  border: solid 1px #efefef;
  margin: 0 0px 36px 33px;
}
.part img {
  margin: 15px 0 0 15px;
}

/* media*/
.media {
width:100%;
  height: auto;
  overflow: hidden;
  background-color: #f8f8f8;
}
.media-main {
  margin: 0 auto 240px auto;
  padding-bottom: 240px;
  text-align: center;
}
.media-main .media-big {
  }
.media-main .media-big big {
  padding-top: 54px;
  font-size: 42px;
  text-align: center;
  color: #4a4a4a;
  display: inline-block;
}
.media-main .media-span {
  width: 194px;
  margin: 0 auto;
  border-bottom: 1px solid #9b9b9b;
  height: 4px;
  line-height: 6px;
  margin-top: 28px;
}
.media-main .media-span span {
  width: 130px;
  font-size: 14px;
  color: #9b9b9b;
  text-align: center;
  background-color: #f8f8f8;
  display: inline-block;
}
.media-main .media-list {
  margin-top: 50px;
}
.media-main .media-list ul {
  margin-left: -60px;
}
.media-main .media-list li {
  float: left;
  width: 380px;
  margin: 0 0 0 26px;
}
.media-main .media-list li .media-img {
  }
.media-main .media-list li .media-title {
  margin-top: 25px;
}
.media-main .media-list li .media-title p {
  font-size: 12px;
  color: #9b9b9b;
  line-height: 23px;
  text-align: left;
}

/* company*/
.company {
  height: 400px;
  background: url('../img/bg7.png') no-repeat center center;
}
.new-bg {
  height: 400px;
  background: url('../img/bg6.png') no-repeat center center;
}
.what-bg {
  height: 400px;
  background: url('../img/bg5.png') no-repeat center center;
}
.company-main {
  margin: 0 auto;
}
/*.company-main p {
  margin-top: 30px;
  width: 30px;
  height: 8px;
  background: #fff;
}*/
.company-main .company-big {
  padding-top: 77px;
}
.company-main .company-big big {
  font-size: 40px;
  text-align: left;
  color: #fff;
}
.company-main .company-b {
  padding-top: 10px;
}
.company-main .company-b b {
  font-family: DINPro;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.1;
  text-align: left;
  color: #fff;
}
.company-main .company-b small {
  font-size: 16px;
  line-height: 1.94;
  text-align: center;
  color: #fff;
}
.company-content {
  padding-top: 50px;
}
.company-cont {
  width: 1200px;
  margin: 0 auto 360px auto;
}
.company-conta {
  margin-bottom: 270px;
}
.company-cont .company-list {
  clear: both;
  padding: 0 0 200px 0;
  margin: 0 0 200px 0;
}
.company-cont .company-list .company-img {
  float: left;
  width: 493px;
  height: 364px;
  background-color: #f3f3f3;
}
.company-cont .company-list .company-neirong {
width: 638px;
  float: right;
  height: 319px;
  overflow: hidden;
}
 .yuedu{
    width: 638px;
    float: right;
    height: 30px;
  
  }
  .yuedu p a{
   font-size: 12px;
   text-align: left;
   color: #30baff;
  }
.company-cont .company-list .company-neirong span {
  font-size: 35px;
  text-align: left;
  color: #4a4a4a;
  display: inline-block;
  padding-bottom: 0;
}
.company-cont .company-list .company-neirong p {
  font-size: 14px;
  text-align: left;
  color: #9b9b9b;
  display: inline-block;
  line-height: 43px;
}
.company-cont .company-list .company-neirong p a {
  font-size: 12px;
  text-align: left;
  color: #30baff;
}
.company-contento {
  height: auto;
  overflow: hidden;
  padding: 75px 0 100px 0;
  margin-bottom: 20px;
  background-color: #f8f8f8;
}
.company-conto {
  width: 1200px;
  margin: 0 auto;
}
.company-conto .company-listo {
  }
.company-conto .company-listo .whato-img {
  float: left;
  width: 550px;
}
.company-conto .company-listo .whato-neirong {
  width: 600px;
  float: right;
}
.company-conto .company-listo .whato-neirong span {
  font-size: 42px;
  text-align: left;
  color: #4a4a4a;
  display: inline-block;
  padding-bottom: 10px;
}
.company-conto .company-listo .whato-neirong p {
  font-size: 14px;
  line-height: 1.56;
  text-align: left;
  color: #9b9b9b;
}
.company-conto .company-listo .whato-neirong p a {
  font-size: 12px;
  text-align: left;
  color: #30baff;
}
.company-cont .company-list .what-img {
  float: right;
  width: 550px;
}
.company-cont .company-list .what-neirong {
  width: 600px;
  float: left;
}
.company-cont .company-list .what-neirong span {
  font-size: 42px;
  text-align: left;
  color: #4a4a4a;
  display: inline-block;
  padding-bottom: 10px;
}
.company-cont .company-list .what-neirong p {
  font-size: 14px;
  line-height: 1.96;
  text-align: left;
  color: #9b9b9b;
}

/* solve-box*/
.solve-boxabg {
  height: 940px;
  background: url('../img/bg3.png') no-repeat center center;
}
.solve-boxbbg {
  height: 940px;
  background: url('../img/bg4.png') no-repeat center center;
}
.solve-boxcbg {
  height: 940px;
  background: url('../img/bg10.png') no-repeat center center;
}
.solve-boxdbg {
  height: 940px;
  background: url('../img/bg11.png') no-repeat center center;
}
.solve-boxebg {
  height: 940px;
  background: url('../img/bg12.png') no-repeat center center;
}
.solve-boxfbg {
  height: 940px;
  background: url('../img/bg13.png') no-repeat center center;
}
.solve-boxgbg {
  height: 940px;
  background: url('../img/bg14.png') no-repeat center center;
}
.solve-cont {
  width: 1200px;
  margin: 0 auto;
}
.solve-cont .solve-big {
  padding-top: 150px;
}
.solve-cont .solve-big big {
  font-size: 40px;
  text-align: left;
  color: #fff;
}
.solve-cont .solve-b {
  padding-top: 10px;
}
.solve-cont .solve-b b {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.1;
  text-align: left;
  color: #fff;
}
.solve-cont .solve-b small {
  font-size: 16px;
  line-height: 1.94;
  text-align: left;
  color: #fff
}
.solve-cont .solve-line {
  width: 550px;
  margin-top: 46px;
  margin-bottom: 35px;
  border-top: solid 1px #fff;
}
.solve-cont .solve-span {
  font-size: 24px;
  text-align: left;
  color: #fff;
}
.solve-cont .solve-p {
  margin-top: 5px;
}
.solve-cont .solve-p p {
  font-size: 16px;
  line-height: 1.2;
  text-align: left;
  color: #fff;
}
.solve-benef {
  margin-top: 35px;
}
.solve-benef .person-benef,.solve-benef .person-health {
  width: 550px;
  float: left;
  border-top: 1px solid #fff;
  padding-top: 35px;
}
.solve-benef .person-benef span,.solve-benef .person-health span {
  font-size: 24px;
  text-align: left;
  color: #fff;
}
.solve-benef .person-benef p,.solve-benef .person-health p {
  font-size: 16px;
  text-align: left;
  line-height: 0px;
  color: #fff;
  padding-top: 20px;
}
.solve-benef .person-health {
  margin-left:55px;
}

/* health*/
.health {
  height: 400px;
  background: url('../img/head.png') no-repeat;
}
.health-manage {
  width: 1200px;
  margin: 0 auto;
}
.health-manage p {
 /* margin-top: 30px;
  width: 30px;
  height: 8px;
  background: #fff;*/
}
.health-manage .health-big {
  padding-top: 77px;
}
.health-manage .health-big big {
  font-size: 40px;
  text-align: left;
  color: #fff;
}
.health-manage .health-b {
  padding-top: 10px;
}
.health-manage .health-b b {
  font-family: DINPro;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.1;
  text-align: left;
  color: #fff;
}
.health-manage .health-b small {
  font-size: 16px;
  line-height: 1.94;
  text-align: center;
  color: #fff;
}
.health-box {
  margin-bottom: 560px;
}
.health-main {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.health-main span {
  font-size: 42px;
  color: #4a4a4a;
  padding-top: 96px;
  display: inline-block;
}
.health-main .health-list {
  padding-top: 90px;
}
.health-main .health-list ul {
  margin-left: -137px;
}
.health-main .health-list li {
  float: left;
  margin: 0 0 0 100px;
  width: 330px;
}
.health-main .health-list li .health-img {
  width: 190px;
  margin: 0 auto;
}
.health-main .health-list li .health-title {
  }
.health-main .health-list li .health-title h3 {
  padding: 9px 0 4px 0;
  font-size: 24px;
  text-align: center;
  color: #4a4a4a;
}
.health-main .health-list li .health-title .health-tips {
  display: none;
  margin: 0px;
 /*  height: 100px; */
  position: relative;
}
.health-main .health-list li .health-title .health-tips p {
  margin: 0;
  padding: 0;
  line-height: 1.86;
  font-size: 14px;
  color: #9b9b9b;
  text-align: left;
}
.health-main .health-list li .health-title .health-close {
  margin: 10px 0 0 0;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.health-main .health-list li .health-title .health-close a {
  margin: 0;
  display: block;
  color: #ccc;
}
.health-main .health-list li .health-title .health-tipsb {
  display: none;
  margin: 0px;
 /*  height: 100px; */
  position: relative;
}
.health-main .health-list li .health-title .health-tipsb p {
  margin: 0;
  padding: 0;
  line-height: 1.86;
  font-size: 14px;
  color: #9b9b9b;
  text-align: left;

}
.health-main .health-list li .health-title .health-closeb {
  margin: 10px 0 0 0;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.health-main .health-list li .health-title .health-closeb a {
  margin: 0;
  display: block;
  color: #ccc;
}
.health-main .health-list li .health-title .health-tipsc {
  display: block;
  margin: 0px;
  /* height: 100px; */
  position: relative;
}
.health-main .health-list li .health-title .health-tipsc p {
  margin: 0;
  padding: 0;
  line-height: 1.86;
  font-size: 14px;
  color: #9b9b9b;
}
.health-main .health-list li .health-title .health-closec {
  margin: 0;
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.health-main .health-list li .health-title .health-closec a {
  margin: 0;
  display: block;
  color: #ccc;
}
.health-bbox {
  clear: both;
  height: auto;
  overflow: hidden;
  background-color: #f8f8f8;
  padding-bottom: 70px;
}
.health-bmain {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.health-bmain span {
  font-size: 42px;
  text-align: left;
  color: #4a4a4a;
  padding-top: 96px;
  padding-bottom: 100px;
  display: inline-block;
}
.health-bmain .health-div {
  clear: both;
  padding-bottom: 190px;
  margin-bottom: 190px;
}
.health-bmain .health-div .health-left {
  width: 600px;
  float: left;
}
.health-bmain .health-div .health-right {
  width: 550px;
  float: right;
}
.health-bmain .health-div .health-divimg {
  float: left;
  width: 550px;
}
.health-bmain .health-div .health-divcon {
  width: 600px;
  float: right;
}
.health-bmain .health-div .health-divcon h3 {
  margin: 0;
  padding: 28px 0 30px 0;
  font-size: 38px;
  text-align: left;
  color: #4a4a4a;
}
.health-bmain .health-div .health-divcon p {
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: -0.1px;
  text-align: left;
  color: #9b9b9b;
}
.health-bmain .health-div .health-left h3 {
  margin: 0;
  padding: 28px 0 30px 0;
  font-size: 38px;
  text-align: left;
  color: #4a4a4a;
}
.health-bmain .health-div .health-left p {
  font-size: 14px;
  line-height: 2.14;
  letter-spacing: -0.1px;
  text-align: left;
  color: #9b9b9b;
}

/* contact-title*/
.contact-title {
  /* width: 370px;
  height: 260px;*/
  font-size: 20px;
  font-weight: bold;
  color: #4a4a4a;
  line-height: 1.2;
}
.contact-content {
  color: #797a7a;
  margin-top: 16px;
  font-size: 14px;
  font-weight: bold;
  line-height: 0.8;
}
.contact-container {
  width:100%;
  height:700px;
}

/* about */
.about {
  height: 400px;
  background: url('../img/bg9.png') no-repeat center center;
}
.new-bg {
  height: 400px;
  background: url('../img/bg6.png') no-repeat center center;
}
.about-main {
  width: 1200px;
  margin: 0 auto;
}
.about-main p {
 /* margin-top: 30px;
  width: 30px;
  height: 8px;
  background: #fff;*/
}
.about-main .about-big {
  padding-top: 77px;
}
.about-main .about-big big {
  font-size: 40px;
  text-align: left;
  color: #fff;
}
.about-main .about-b {
  padding-top: 10px;
}
.about-main .about-b b {
  font-family: DINPro;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.1;
  text-align: left;
  color: #fff;
}
.about-nav{
  height: 70px;
  background-color: #f8f8f8;
}
.about-subnav{
  width: 1200px;
  margin: 0 auto;
}
.about-subnav ul{
  margin: 0 0 0 0;
  padding: 0;
}
.about-subnav li{
  float: left;
  line-height: 70px;
  font-size: 18px;
}
.about-subnav li a{
  color: #4a4a4a;
  padding: 0 76px;
}
.about-subnav li a:hover{
  color: #fff;
  display: inline-block;
  background-color: #30baff;
}
.about-subnav li.about-select a{
  color: #fff;
  display:inline-block;
  background-color: #30baff;
}

.about-content {
  padding-top: 75px;
}
.about-cont {
  width: 1200px;
  margin: 0 auto 360px auto;
}
.about-cont .about-list {
  clear: both;
  padding: 0 0 100px 0;
  margin: 0 0 100px 0;
}
.about-cont .about-list .about-img {
  float: right;
  width: 493px;
  height: 364px;
  background-color: #f3f3f3;
}
.about-cont .about-list .about-neirong {
  width: 638px;
  float: left;
}

.about-cont .about-list .about-neirong span {
  font-size: 42px;
  text-align: left;
  color: #4a4a4a;
  display: inline-block;
  padding-bottom: 10px;
}
.about-cont .about-list .about-neirong p {
  font-size: 14px;
  line-height: 1.96;
  text-align: left;
  color: #9b9b9b;
}
.abouta-content {
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 58px 0 58px 0;
  background-color: #f8f8f8;
}
.aboutb-content {
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 58px 0 58px 0;
  background-color:transparent;
}
.abouta-cont {
  width: 1200px;
  margin: 0 auto;
}
.abouta-cont .about-list .abouta-img {
  float: left;
  width: 493px;
/*   height: 364px;
  background-color: #f3f3f3; */
}
.abouta-cont .about-list .abouta-neirong {
  width: 638px;
  float: right;
}
.abouta-cont .about-list .abouta-neirong p {
  font-size: 14px;
  line-height: 1.2;
  color: #9b9b9b;
}
.about-cont .about-list .abouta-neirong span {
  font-size: 42px;
  text-align: left;
  color: #4a4a4a;
  display: inline-block;
  padding-bottom: 10px;
}
.about-date{
  height: 971px;
  background-color: #30baff;
}
.about-datemain{
  width: 1200px;
  margin: 0 auto;
  text-align: center;
   
}
.about-datemain span{
  font-size: 42px;
  color: #fff;
  display: inline-block;
  padding-top: 76px;
}

.scroller {
    padding-top: 90px;
    text-align: left;
}
.scroller-inner {
    position:relative;
    height: 700px;
    overflow: hidden;
}
.scroller-inner .window {
}
.scroller-inner .window ol.teaser-items {
    margin:0;
    padding:0;
    position: relative;
}
.scroller-inner .window ol.teaser-items li {
    width: 100%;
    margin:0;
    padding:0;
    position: absolute;
    display: none;
}
.scroller-inner .teaser-header {
    position: absolute;
    top:0;
    left:0;
}
.scroller-inner .teaser-header ol {

    list-style-type:none;
    margin:0;
    padding:0 45px;
}
.scroller-inner .teaser-header ol li {
    float:left;
    margin: 0 3px 0 15px;
    position:relative;
    top: 12px;

}
.scroller-inner .teaser-header ol li a {
    text-decoration: none;
    border: 1px solid #fff;
    font-size: 30px;
    text-align: center;
    color: #fff;
    padding: 8px 50px;
}

.scroller-inner .teaser-header li.selected a{
    font-size: 30px;
    text-align: center;
    color: #30baff!important;
    background-color: #fff;
}
.scroller-inner .slideshow-controls {
    margin:-38px 0 0;
}

.scroller-inner .active.prev {
    background-image:url("../img/arrow-left2.png");
    background-position:0 0;
    background-repeat:no-repeat;
}
.scroller-inner .prev, .scroller-inner .next {
    background-image:url("../img/arrow-right2.png");
    background-position:0 0;
    background-repeat:no-repeat;
    top:0;
    cursor:pointer;
    display:block;
    height:70px;
    left:8px;
    position:absolute;
    text-decoration:none;
    text-indent:-5000px;
    width:30px;
}
.scroller-inner .active.next {
    left:auto;
    right:8px;
}


.syFocusThumb .prev {
  background:url("../img/arrow-left2.png") no-repeat;
  width:30px;
  height:70px;
}
.syFocusThumb .next {
  background:url("../img/arrow-right2.png") no-repeat;
  width:30px;
  height:70px;
}
.syFocusThumb {
  position: relative;
  width: 1200px;
  height: 780px;
  overflow: hidden;
  margin:40px auto 0 auto;
}
.scroller-date {
  position: absolute;
  text-align: left;
  width: 100%;
  height: 50px;
  color: #fff;
  clear: both;
  top: 0;
  left: 0;
}
.thumbWrap {
  position: absolute;
  width: 1136px;
  overflow: hidden;
  top: 0;
  left: 30px;
}
.holder {
  width: 4000px;
}
.holder i {
  cursor: pointer;
  border: 1px solid #fff;
  margin-left: 6px;
  margin-right: 6px;
  font-size: 28px;
}
.prev {
  position: absolute;
  width: 30px;
  top: -10px;
  cursor: pointer;
  left: 5px;
}
.next {
  position: absolute;
  width: 30px;
  top: -10px;
  cursor: pointer;
  right: 5px;
}
.scroller-data i.selected {
  background: #fff;
  font-size: 28px;
  width:128px;
  color:#000;
  height:46px;
  text-align:center;
}
.scroller-data i.selected a {
  color:#30baff;
}
.sliderwrapper {
  width:100%;
  padding-top:30px;
  padding-left:5px;
  text-align:left;
}
.toc {
  font-size:12px;
  font-style:normal;
  display:block;
  width:128px;
  height:46px;
  text-align:center;
  line-height:46px;
}
.toc a {
  color:#fff;
}


.years-content{

}
.years-content .years-date{
    width: 118px;
    font-size: 46px;
    color: #fff;
    margin: 100px 0 0 55px;
}
.years-content .years-main{
    float: right;
    width: 1000px;
    padding: 0;
    margin: -65px 0 0 0;
}
.years-content .years-main p{
   font-size: 16px;
   color: #fff;
   margin: 0;
   padding: 20px 0;
   border-bottom: 1px dashed #fff;
   display: inline-block;
   width: 950px;
}

/* productse */
.productse{
   height: 400px;
   background: url('../img/bg8.png') no-repeat center center;
 }
 .productse-main{
    width: 1200px;
    margin: 0 auto;
    padding-top: 53px;
    text-align: center;
 }
 .productse-main .productse-big{
    padding: 0;
    margin: 0;
 }
 .productse-main .productse-big big{
    font-size: 40px;
    text-align: left;
    color: #fff;
 }
 .productse-main .productse-b{
    padding-top: 10px;
 }
 .productse-main .productse-b b{
    font-family: DINPro;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.1;
    text-align: left;
    color: #fff;
 }
.productse .service-list{
    width: 900px;
    margin: 50px auto 0 auto;
    padding: 0;
    text-align: center;
}
.productse .service-list li{
    float: left;
}
.productse .service-list li a{
    border-radius: 4px;
    padding: 13px 38px;
    margin: 0 10px;
    border: 1px solid #fff;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}
.productse .service-list li a:hover{
    border: 1px solid #30baff;
    background-color: #30baff;
}
.productse .service-list li.service-select a{
    border: 1px solid #30baff;
    background-color: #30baff;
}

.productse-abox{

}
.abox-doctor{
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 55px 0 66px 0;
}
.abox-doctor span{
  font-size: 42px;
  color: #4a4a4a; 
}
.abox-doctor p{
  padding: 0px 210px;
  font-size: 16px;
  line-height: 1.75;
  color: #4a4a4a;  
}
.abox-doctor big{
  font-size: 22px;
  color: #4a4a4a; 
}
.productse-bbox{
  clear: both;
  height: auto;
  overflow: hidden;
  padding: 76px 0 100px 0;
  background-color: #f8f8f8;
}
.bbox-doctor{
  width: 1200px;
  margin: 0 auto;
}
.bbox-doctor .bbox-neirong{
  width: 570px;
  float: left;
}
.bbox-doctor .bbox-neirong span{
  margin-top: 40px;
  font-size: 42px;
  color: #4a4a4a;
  display: inline-block;
}
.bbox-doctor .bbox-neirongb span{
  margin-top: 0;
}
.bbox-doctor .bbox-neirong p{
  font-size: 14px;
  line-height: 2.14;
  text-align: left;
  color: #9b9b9b;
}
.bbox-doctor .bbox-neirongb p{
  line-height: 1.8;
}
.bbox-doctor .bbox-img{
  width: 550px;
  height: 300px;
  float: right;
 /*  background-color: #fff; */
}
.productse-cbox{
  padding: 76px 0 200px 0;
  margin-bottom: 200px;
}
.cbox-doctor{
  width: 1200px;
  margin: 0 auto;
}
.cbox-doctor .cbox-neirong{
  width: 570px;
  float: right;
}
.cbox-doctor .cbox-neirong span{
  margin-top: 40px;
  font-size: 42px;
  color: #4a4a4a;
  display: inline-block;
}
.cbox-doctor .cbox-neirong p{
  font-size: 14px;
  line-height: 2.14;
  text-align: left;
  color: #9b9b9b;
}
.cbox-doctor .cbox-img{
  width: 550px;
  height: 300px;
  float: left;
/*   background-color: #f8f8f8; */
}
.abox-doctor-list{
  width: 1200px;
  margin: -18px auto 102px auto;
  padding-bottom: 102px;
}
.abox-doctor-list ul{
  margin-left: -115px;
}
.abox-doctor-list li{
  float: left;
  padding: 0 0px 0 105px;
  text-align: center;
}
.abox-doctor-list li .doctor-listimg{

}
.abox-doctor-list li .doctor-listimg p{
  font-size: 16px;
  color: #4a4a4a;
}


/* what-detail */
.what-detail{
  
}
.what-detail-cont{
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.what-detail-cont .detail-content{
width: 800px;
float: left;
padding-bottom: 100px;
}
.what-detail-cont .detail-content span{
font-size: 42px;
color: #4a4a4a;
text-align: center;
padding: 65px 0 40px 0;
display: inline-block;
}
.what-detail-cont .detail-content p{
font-size: 16px;
text-align: left;
color: #4a4a4a;
line-height: 23px;

}
.what-detail-cont .detail-content p.text-right{
  text-align: right;
  padding-top: 40px;
}
.what-detail-cont .detail-contadv{

}



/* footer*/
.footer {
  height: 320px;
  background-color: #333;
  clear: both;
}
.footer-main {
  margin: 0 auto;
  padding: 0;
}
.footer-main .welcome {
  width: 575px;
  float: left;
  margin-top: 40px;
  border-right: 1px solid #3a3a3a;
}
.footer-main .welcome span {
  font-family: DINPro;
  font-size: 25px;
  font-weight: 500;
  color: #474747;
  display: inline-block;
  margin-bottom: 10px;
}
.footer-main .welcome p {
  font-size: 14px;
  line-height: 20px;
}
.footer-main .welcome em {
  width: 525px;
  display: inline-block;
  border-top: solid 1px #3a3a3a;
}
.footer-main .contact {
  width: 335px;
  float: left;
  margin-top: 40px;
  padding-left: 50px;
  padding-right: 50px;
  border-right: 1px solid #3a3a3a;
}
.footer-main .contact span {
  font-family: DINPro;
  font-size: 25px;
  font-weight: 500;
  color: #474747;
  display: inline-block;
  margin-bottom: 10px;
}
.footer-main .contact p {
  font-size: 14px;
  line-height: 20px;
}
.footer-main .follow {
  width: 143px;
  float: right;
  margin-top: 40px;
}
.footer-main .follow span {
  font-family: DINPro;
  font-size: 23px;
  font-weight: 500;
  color: #474747;
}
.footer-main .follow .qr-code {
  margin-top: 16px;
}

/* page */
.page {
  width:1200px;
  margin:0 auto;
  text-align:left;
}
.pagination a {
  text-decoration: none;
  border: solid 1px;
  font-size:14px;
  display:block;
}
.pagination .pxofy {
  float:left;
  margin-left: 5px;
  height:25px;
  *padding-top:1px;
}
.pagination a, .pagination span {
  display: block;
  float: left;
  line-height:24px;
  padding:4px 12px;
  border-radius:2px;
  margin-right: 5px;
  font-family:Arial, Helvetica, sans-serif !important;
}
.pagination .current {
  cursor:default;
  border: solid 1px ;
}
.pagination .prev, .pagination .next {
  *line-height:22px;
}
.pagination .prev {
  position:initial;
  width:inherit;
}
.pagination .next {
  position:inherit;
  width:inherit;
}
.pagination a {
  color: #000000;
  border-color:#9b9b9b;
}
.pagination a:hover {
  color:#fff;
  border-color:#30baff;
  background:#30baff;
}
.pagination .current {
  color:#fff;
  border-color:#4ea052;
  background:#5ebc62;
}
.pagination .current.prev, .pagination .current.next {
  color:#B9B9B9;
  border-color:#D3D3D3;
  background:#fff;
}
.pagination .pxofy {
  color: #023054;
}
.pagination {
  margin-top:10px;
  padding:0;
}
.pagination li {
  list-style:none;
}
.pagination .pxofy {
  float:left;
  color:#6c6c6c;
}
.pagination .pagin-list {
  float:right;
}
.pagination .goto {
  float:right;
  margin-left:10px;
}
.pagination .goto .text {
  padding:0;
}
.pagination .goto input[type=text] {
  float:left;
  width:25px;
  height:22px;
  border:1px solid #8EB2D2;
  outline:none;
  text-align:center;

}

.footerBoxSty .part-main li a{
    float: left;
    width: 25%;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 9px 14px 0 rgba(0, 0, 0, 0.04);
    line-height: 50px;
    margin: 0;
    border: none;
    height: auto;
}


